INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2cd2ba048eb8665d5ef5ec312006f53e0bf4cebc9506669cac37ca9efe103377', 
    'AMZ+uGw4D8r4e0F3+0RCaUDjJMAog0L9xc/xBUBNhTg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)