INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'eef9e4889bad24e56f2ba2fea9d631c428ba75af6d6a080cce841198678731dd', 
    'sgoORS+lQ+GVWsilLMfIHwlknWQrt4+EEKI0RZySb1M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)