INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '234586e126b5a320412d0f873ba560e71010cea164084ee5e3d85e10b4ab8399', 
    'bnPtmWuTPfgEQYbZkxTg8OJETRUkSzcrqFwGR5f5RVg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)